func github.com/vmihailenco/msgpack/v5.encodeStringValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_slice.go#L12: func encodeStringValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L36: 		reflect.String:        encodeStringValue,